/*!
 * voidar 1.0.0
 * Gonart licensed
 *
 * Copyright (C) 2017
 */

@import url(https://cdn.bootcss.com/font-awesome/4.7.0/css/font-awesome.css);

/*Fontawesome Iconfont*/

* {
  margin: 0;
  padding: 0;
  font-family: Arial, helvetica, 'Microsoft Yahei', 'Pingfang SC', 'WenQuanYi Zen Hei', sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

:before,
:after,
:hover {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
}

ul {
  list-style-type: none;
}

a {
  text-decoration: none;
}

.hide {
  display: none!important;
}

.show {
  display: block!important;
}

.floatright {
  float: right!important;
}

.noscrollbar {
  overflow: hidden;
}

#loading {
  display: block;
  position: absolute;
  z-index: 999999;
  width: 100%!important;
  height: 100%!important;
  top: 0;
  left: 0;
  background: #070707;
}

.loader,
.loader:before,
.loader:after {
  background: #2e5aef;
  -webkit-animation: load1 1s infinite ease-in-out;
  -moz-animation: load1 1s infinite ease-in-out;
  animation: load1 1s infinite ease-in-out;
  width: 0.5em;
  height: 4em;
}

.loader {
  color: #2e5aef;
  text-indent: -9999em;
  margin: 0 auto;
  position: absolute;
  font-size: 12px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation-delay: -0.16s;
  -moz-animation-delay: -0.16s;
  animation-delay: -0.16s;
  top: 48%;
  left: 50%;
}

.loader:before,
.loader:after {
  position: absolute;
  top: 0;
  content: '';
}

.loader:before {
  left: -1em;
  -webkit-animation-delay: -0.32s;
  -moz-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.loader:after {
  left: 1em;
}

@-webkit-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 3em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 4em;
  }
}

@-moz-keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 3em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 4em;
  }
}

@keyframes load1 {
  0%,
  80%,
  100% {
    box-shadow: 0 0;
    height: 3em;
  }
  40% {
    box-shadow: 0 -2em;
    height: 4em;
  }
}

a {
  outline: 0;
  text-decoration: none;
  background-color: transparent;
  transition-property: background-color, box-shadow, border, color, opacity, transform;
  transition-duration: 0.3s;
  -webkit-text-decoration-skip: objects;
}

h1 {
  font-size: 3em;
  color: #fff;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

h2 {
  font-size: 2em;
  color: #fff;
  margin: 0;
  padding: 0;
  font-weight: 600;
}

h3 {
  font-size: 1em;
  color: #fff;
  margin: 0;
  padding: 0;
}

.intro {
  z-index: 10;
  margin: 0;
  padding: 0;
}

.intro p {
  position: relative;
  margin: 0;
  padding: 0;
  font-size: 1em;
  color: #999;
}

.intro h1,
.intro h2,
.intro h3 {
  position: relative;
  margin: 0;
  padding: 0;
}

.section {
  text-align: center;
  overflow: hidden;
}

#header {
  transition: all 0.25s;
  display: flex;
  display: -webkit-box;
  height: 112px;
  -webkit-box-align: center;
  top: 0px;
  position: fixed;
  color: #888888;
  z-index: 999;
  width: 100%;
  align-items: center;
  justify-content: space-around;
}

.narrowheader {
  height: 62px!important;
  background: black;
}

#footer {
  bottom: 0px;
  position: absolute;
  height: 22%;
  min-height: 80px;
  display: block;
  color: #888888;
  z-index: 999;
  width: 100%;
  background-color: rgba(0, 0, 0, 1);
  font-size: 12px;
}

#header #logo {
  text-align: left;
  height: 45px;
  /*padding: 2.25% 0 2.25% 2.25%;*/
  /*background: rgba(0, 0, 0, 0.5);*/
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-flex: 5;
  margin-left: 7%;
}

#header #logo img {
  height: 45px;
}

.narrowheader #logo {
  height: 30px!important;
}

.narrowheader #logo img {
  height: 30px!important;
}

#choose-lang {
  flex-grow: 0;
  text-align: center;
  min-width: 120px;
  display: -webkit-box;
  -webkit-box-align: center;
  -webkit-box-flex: 1;
  visibility:visible;
}

.langframe {
  position: relative;
}

#choose-lang img {
  margin: -3px 10px;
  height: 16px;
  position: relative;
}

#choose-lang a {
  padding: 0px 5px;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  color: #888888;
  -webkit-transition: color .2s ease;
  -moz-transition: color .2s ease;
  -ms-transition: color .2s ease;
  -o-transition: color .2s ease;
  transition: color .2s ease;
  display: inline-block;
}

#choose-lang a:hover {
  color: #ffffff;
}

#infoMenu {
  bottom: 80px;
}

#infoMenu li a {
  color: #fff;
  z-index: 999;
}

#section1,
#section2,
#section3,
#section4,
#section5,
#section6 {
  background-image: url(../image/bg0.jpg);
  background-size: cover;
}

#modalVideo {
  position: absolute;
  right: 0;
  bottom: 0;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  min-height: 100%;
  min-width: 100%;
  background-size: 100% 100%;
  background-color: black;
  /* in case the video doesn't fit the whole page*/
  background-image: url(../image/bgv.jpg);
  background-position: center center;
  background-size: contain;
  object-fit: cover;
  /*cover video background */
  z-index: 3;
}

.fullshadow {
  position: absolute;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  height: 100%;
  top: 0;
}

.fp-slidesNav.bottom ul li {
  width: 45px;
  margin: 0 5px;
}

.fp-slidesNav.bottom ul li a span {
  width: 45px;
  height: 2px;
  border: none;
  background: #666666;
  margin: 3px 0;
  left: 0;
  transition: background 0.5s;
}

.fp-slidesNav.bottom ul li a.active span,
.fp-slidesNav.bottom ul li:hover a.active span {
  width: 45px;
  height: 2px;
  border: none;
  background: #d8d8d8;
  margin: 3px 0;
}

#fp-nav ul li a span {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.hidden {
  display: none!important;
}

.voidbutton,.voidH2 {
  border: solid 0.2151vmin #2e5aef;
  border: solid 2px #2e5aef;
  background: transparent;
  padding: 8px 32px 9px;
  padding: 0.7408vmin 2.9632vmin 0.8334vmin;
  text-decoration: none;
  color: #ffffff;
  line-height: 25px;
}

.voidbutton:hover {
  background: #2e5aef;
}

.button-with-arrow:before {
  content: "\f105";
  font-size: 26px;
  font-size: 3vmin;
  color: #ffffff;
  position: relative;
  top: 3px;
  left: -8px;
  font-family: FontAwesome;
}

.voidbutton.button-with-arrow.button-blue {
  color: #2e5aef;
  font-size: 25px;
  padding: 8px 28px 9px 30px!important;
  transition: all 0.25s;
}

.voidbutton.button-with-arrow.button-blue:hover {
  color: #ffffff;
}

.voidbutton.button-with-arrow.button-blue:before {
  font-size: 36px!important;
  color: #2e5aef;
  top: 2px;
  transition: all 0.25s;
}

.voidbutton.button-with-arrow.button-blue:hover:before {
  color: #ffffff;
}

#footer #roll-top {
  cursor: pointer;
  position: relative;
  top: 10px;
  width: 100%;
  color: #2e5aef;
  font-size: 30px;
  line-height: 30px;
}

#footer #roll-top:hover {
  color: #fff;
}

#footer #footermenu {
  height: 48%;
  position: relative;
  overflow: hidden;
}

#footer #footermenu ul {
  width: 100%;
  position: absolute;
  bottom: 20%;
  margin: 0 auto;
  padding: 0;
}

#footer #footermenu ul li {
  font-size: 14px;
  width: 70px;
  display: inline-block;
  margin: 0 25px;
  transition: all 0.25s;
}

#footer #footermenu ul li a {
  color: #888;
}

#footer #footermenu ul li label {
  cursor: pointer;
}

#footer #footermenu ul li label:hover {
  color: #2e5aef;
}

#footer #footermenu ul li:last-child:after {
  content: "";
  display: none;
}

#footer #footermenu ul li:after {
  content: " ";
  display: inline-block;
  position: relative;
  left: 50%;
  color: #888 !important;
  border-radius: 0%;
  height: 2px;
  width: 2px;
  border: 0;
  top: -3px;
  background: #888;
}

#footer #separator {
  height: 4%;
}

#footer #separator hr {
  width: 90%;
  border-bottom: 1px solid #2e5aef;
  border-top: none;
  border-right: none;
  border-left: none;
  margin: 0 auto;
}

#footer #copyright {
  height: 48%;
  position: relative;
  overflow: hidden;
  background-color: rgba(0, 0, 0, 1);
}

#footer #copyright p {
  width: 100%;
  position: absolute;
  top: 20%;
  margin: 0 auto;
  padding: 0;
}

.videosec .sidenav h2 {
  float: left;
  width: 100%;
  text-align: left;
  padding-left: 10%;
  line-height: 1.8em;
  font-size: 1.8em;
  font-weight: 100;
}

.videosec .sidenav h2:before {
  content: " ";
  border-top: 3px solid #fff;
  width: 10%;
  display: inline-block;
  margin: 24px 0;
  position: relative;
  float: left;
}

.videosec .sidenav h2:after {
  content: " ";
  width: 15px;
  margin: 10px 0;
  float: left;
}

.videosec .sidenav h3 {
  float: left;
  width: 100%;
  text-align: left;
  padding-left: 10%;
  font-weight: 100;
  line-height: 1.1em;
  font-size: 1.1em;
  color: #bbb;
}

.videosec .sidenav h3:before {
  content: " ";
  border-top: 3px solid transparent;
  width: 10%;
  display: inline-block;
  margin: 10px 0;
  position: relative;
  float: left;
}

.videosec .sidenav h3:after {
  content: " ";
  width: 15px;
  margin: 10px 0;
  float: left;
}

.videosec .sidenav ul {
  padding-top: 90px;
  color: #bbb;
}

.videosec .sidenav ul li:last-child {
  /*padding-top: 60px;*/
}

.videosec .sidenav ul li:before {
  content: " ";
  border-top: 3px solid transparent;
  width: 10%;
  display: inline-block;
  margin: 10px 0;
  position: relative;
}

.videosec .sidenav ul li:after {
  content: " ";
  width: 15px;
  margin: 10px 0;
  float: left;
}

.videosec .sidenav ul li a {
  display: inline-block;
}


/*animation final status*/

#section1 #slide1 h1 {
  font-size: 6.4em;
  font-size: 10.85vmin;
}

#section1 #slide1 h2 {
  font-size: 2.2em;
  font-size: 3.75vmin;
  font-weight: 200;
  letter-spacing: 5px;
  letter-spacing: 0.65vmin;
}

#section1 #slide1 p {
  font-size: 1.0em;
  font-size: 1.75vmin;
  color: #999;
}

#text111 {
  position: relative;
  left: calc(-2.55em);
  top: calc(-0.0em);
}

#text112 {
  position: relative;
  left: calc(-0.81em);
  top: calc(-0.23em);
}

#text113 {
  position: relative;
  left: calc(5.3em);
  top: calc(0.9em);
}

#text114 {
  position: relative;
  left: calc(-9.5em);
  top: calc(2.8em);
}

#text115 {
  position: relative;
  left: calc(-7.3em);
  top: calc(3.5em);
}

#text116 {
  position: relative;
  left: calc(-8.9em);
  top: calc(5.3em);
}

#frame11 {
  position: absolute;
  background: url(../image/big-frame.svg) no-repeat;
  width: 38.5vmin;
  height: 38.5vmin;
  left: calc(50vw + 13.3vmin);
  top: calc(50% - 2.8vmin);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 9;
}

#image11 {
  position: absolute;
  background: url(../image/hero-beyond.svg) no-repeat;
  background-position: center;
  width: 38vmin;
  height: 10vmin;
  left: calc(50vw - 27.5vmin);
  top: calc(50% - 11.3vmin);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#image12 {
  position: absolute;
  background: url(../image/hero-reality.svg) no-repeat;
  background-position: center;
  width: 34vmin;
  height: 10vmin;
  left: calc(50vw - 8.45vmin);
  top: calc(50% - 1.65vmin);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#section1 #slide2 h1 {
  font-size: 4.5em;
  font-size: 6.65vmin;
  font-weight: 600;
  letter-spacing: 5px;
  letter-spacing: 0.48vmin;
  text-transform: uppercase;
}

#section1 #slide2 h2 {
  font-size: 2.5em;
  font-size: 3.7vmin;
  font-weight: 600;
  letter-spacing: 3px;
  letter-spacing: 0.25vmin;
  text-transform: uppercase;
}

#section1 #slide2 h3 {
  font-size: 2.4em;
  font-size: 3.55vmin;
  font-weight: 200;
  letter-spacing: 5px;
  letter-spacing: 0.65vmin;
  text-transform: uppercase;
}

#section1 #slide2 p {
  font-size: 1.0em;
  font-size: 1.75vmin;
  color: #999;
}

#line11 {
  position: absolute;
  background: rgba(45, 89, 238, 0.9);
  width: 48vmin;
  height: 0.35vmin;
  left: calc(50vw + 35.0vmin);
  top: calc(50% + 5.8vmin);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#line12 {
  position: absolute;
  background: rgba(45, 89, 238, 0.9);
  height: 51vmin;
  width: 0.5vmin;
  left: calc(150vw + 19.6vmin);
  top: calc(50% - 0.4vmin);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#dot12 {
  position: absolute;
  background: white;
  height: 1.0vmin;
  width: 1.0vmin;
  left: calc(150vw + 30.1vmin);
  top: calc(50% - 12.9vmin);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#text121 {
  position: relative;
  left: calc(10.4em);
  top: calc(-3.5em);
}

#text122 {
  position: relative;
  left: calc(6.74em);
  top: calc(0.07em);
}

#text123 {
  position: relative;
  left: calc(6.77em);
  top: calc(0.1em);
}

#text124 {
  position: relative;
  left: calc(10.7em);
  top: calc(0.7em);
}

#text125 {
  position: relative;
  left: calc(21em);
  top: calc(6.2em);
}

#section2 h1,#section7 h1 {
  font-size: 2.75em;
  font-size: 4.10vmin;
  font-weight: 200;
  letter-spacing: 5px;
  letter-spacing: 0.48vmin;
  text-transform: uppercase;
}

#section2 p,#section7 p {
  font-size: 1.41em;
  font-size: 2.09vmin;
  font-weight: 200;
  color: #999;
}

#image21,#image71 {
  position: absolute;
  width: 80.5vw;
  height: 36.8vw;
  left: 50.2vw;
  top: 50vh;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#text21,#text71 {
  position: absolute;
  left: 12.7vw;
  top: 39vh;
}

#text22,#text72 {
  position: absolute;
  left: 19.5vw;
  top: 46.6vh;
}

#text23,#text73 {
  position: absolute;
  font-weight: 600!important;
  font-size: 2.1em!important;
  font-size: 3.2vmin!important;
  left: 12.7vw;
  letter-spacing: 0px!important;
  top: calc(50vh + 18.909vw);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}

#line21,#line71 {
  position: absolute;
  background: rgba(45, 89, 238, 0.9);
  height: calc(50vh - 22.2vw);
  width: 0.3vmin;
  left: 10vw;
  top: 75px;
}

#line22,#line72 {
  position: absolute;
  background: rgba(45, 89, 238, 0.9);
  height: 0.3vmin;
  width: 10vw;
  left: 0;
  top: calc(50vh + 18.25vw);
}

#line23,#line73 {
  position: absolute;
  background: rgba(45, 89, 238, 0.9);
  height: calc(50vh - 18.309vw);
  width: 0.3vmin;
  left: 90.3vw;
  bottom: 0;
}

#line24,#line74 {
  position: absolute;
  background: rgba(45, 89, 238, 0.9);
  height: 0.4vmin;
  width: 5.5vw;
  left: 12.7vw;
  top: 48vh;
}

#textvoidar21,#textvoidar71,
#textvoidar31 {
  position: absolute;
  z-index: 4;
  bottom: 58px;
  text-transform: uppercase;
  font: normal 16px/20px Arial;
  color: #ffffff;
  display: block;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#section3 h1 {
  font-size: 2.75em;
  font-size: 4.10vmin;
  font-weight: 200;
  letter-spacing: 11px;
  letter-spacing: 1.0vmin;
  text-transform: uppercase;
  text-align: right;
}

#section3 p {
  font-size: 1.41em;
  font-size: 2.09vmin;
  font-weight: 200;
  letter-spacing: 0.02em;
  letter-spacing: 0.05vmin;
  color: #999;
  text-align: right;
}

#image31 {
  position: absolute;
  width: 80.1vw;
  height: 36.8vw;
  left: 50.1vw;
  top: 50vh;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

#text31 {
  position: absolute;
  right: 14.0vw;
  top: 39.4vh;
}

#text32 {
  position: absolute;
  right: 14.5vw;
  top: 46.8vh;
}

#text33 {
  position: absolute;
  right: 14.5vw;
  top: 50.1vh;
}

#text34 {
  position: absolute;
  font-weight: 600!important;
  font-size: 2.1em!important;
  font-size: 3.2vmin!important;
  right: 12vw;
  letter-spacing: 0px!important;
  top: calc(50vh + 18.909vw);
  -webkit-transform: translateY(-100%);
  -moz-transform: translateY(-100%);
  transform: translateY(-100%);
}

#line31 {
  position: absolute;
  background: rgba(45, 89, 238, 0.9);
  height: calc(50vh - 22.2vw);
  width: 0.3vmin;
  left: 10vw;
  top: 75px;
}

#line32 {
  position: absolute;
  background: rgba(45, 89, 238, 0.9);
  height: 0.3vmin;
  width: 10vw;
  right: 0;
  top: calc(50vh + 18.25vw);
}

#line33 {
  position: absolute;
  background: rgba(45, 89, 238, 0.9);
  height: 1vmin;
  width: 100vw;
  left: 0;
  bottom: 0;
}

#line34 {
  position: absolute;
  background: rgba(45, 89, 238, 0.9);
  height: 13vh;
  width: 0.4vmin;
  right: 35.9vw;
  top: 39.9vh;
}

#image21 img,
#image31 img {
  width: 100%;
  height: 100%;
}

.shadowleft {
  height: 100%;
  width: 42%;
  background: rgba(0, 0, 0, 0.6);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0.2));
  background: -webkit-gradient(linear, left 0, right 0, from(rgba(0, 0, 0, 1)), to(rgba(0, 0, 0, 0.2)));
  position: absolute;
  top: 0;
  left: 0;
}

.shadowright {
  height: 100%;
  width: 42%;
  background: rgba(0, 0, 0, 0.6);
  background: -moz-linear-gradient(left, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 1));
  background: -webkit-gradient(linear, left 0, right 0, from(rgba(0, 0, 0, 0.2)), to(rgba(0, 0, 0, 1)));
  position: absolute;
  top: 0;
  right: 0;
}

#section4 h1 {
  font-size: 2.15em;
  font-size: 3.2vmin;
  font-weight: 200;
  letter-spacing: 3px;
  letter-spacing: 0.3vmin;
  text-transform: uppercase;
  z-index: 9;
}

#section4 p {
  font-size: 1.31em;
  font-size: 1.96vmin;
  font-weight: 400;
  color: #999;
  z-index: 9;
}

#line41 {
  position: absolute;
  background: rgba(45, 89, 238, 0.9);
  width: 17vw;
  height: 0.4vmin;
  left: 9.7vw;
  top: 35.1vh;
  z-index: 9;
}

#text41 {
  position: absolute;
  left: 9.7vw;
  top: 28.5vh;
}

#text42 {
  position: absolute;
  left: 9.65vw;
  top: 37.7vh;
  transition: color 0.25s;
}

#text42:after {
  content: "";
  display: inline-block;
  position: relative;
  width: 1.8vmin;
  height: 1.8vmin;
  left: 5px;
  top: 5px;
  background: url(../image/arrow-more.svg) no-repeat;
  transition: all 0.25s;
}

#text42:hover {
  color: #2e5aef;
}

#text42:hover:after {
  left: 10px;
}

#text43 {
  position: absolute;
  left: 9.65vw;
  top: 41.2vh;
}

#case-frame {
  position: absolute;
  width: 1306px;
  width: 68vw;
  min-width: 1306px;
  height: 218px;
  height: 20.2vh;
  min-height: 218px;
  top: 59.8%;
  top: 59.8vh;
  right: 14.4%;
  right: 14.4vw;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#case-frame .case-row {
  display: block;
  width: 100%;
  height: 100%;
  width: 1306px;
  height: 218px;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#case-frame .case-col {
  display: inline-block;
  float: right;
  width: calc(100% / 6);
  height: 100%;
  padding: 15px;
  margin: 0;
  overflow: hidden;
  border: 2px solid transparent;
  transition: border 0.25s;
}

#case-frame .case-col:hover {
  cursor: pointer;
  border: 2px solid #2e5aef;
}

#case-frame .case-col .case-info {
  overflow: hidden;
  width: 100%;
  height: 80%;
  width: 184px;
  height: 147px;
  transition: all 0.25s;
  position: relative;
}

#case-frame .case-col img.case-cover {
  height: 100%;
  height: 147px;
  padding: 10px;
  transition: all 0.25s;
}

#case-frame .case-col .case-title {
  color: #666;
  font-size: 19px;
  text-align: center;
  transition: all 0.25s;
}

#case-frame .case-col:hover .case-title {
  color: #fff;
}

#video-frame {
  position: absolute;
  width: 1280px;
  height: 770px;
  top: 53%;
  right: 80px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
}

#video-frame .video-row {
  display: block;
  width: 100%;
  height: 50%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#video-frame .video-col {
  display: inline-block;
  float: left;
  width: 25%;
  height: 100%;
  padding: 0;
  margin: 0;
  overflow: hidden;
}

#video-frame .video-row:first-child .video-col:first-child {
  width: 50%;
}

#video-frame .video-info {
  overflow: hidden;
  text-align: left;
  width: 100%;
  height: 0%;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.25s;
  position: relative;
  top: -105%;
}

#video-frame .vi-time,
#video-frame .vi-title,
#video-frame .vi-length,
#video-frame .vi-version,
#video-frame .vi-text {
  display: block;
  position: relative;
  margin: 24px 42px 0;
  color: #aaa;
  font-size: 14px;
  left: 50px;
  opacity: 0;
  transition: left 0s, opacity 0s;
  transition-delay: 0s;
}

#video-frame .vi-time {
  margin-top: 78px;
}

#video-frame .vi-title {
  color: #fff;
  font-size: 18px;
}

#video-frame .vi-length {
  margin-top: 5px;
}

#video-frame .vi-version {
  margin-top: 35px;
}

#video-frame .vi-text {
  margin-top: 5px;
}

#video-frame .btn-play {
  background: url(../image/btn-play.svg) no-repeat;
  width: 110px;
  height: 110px;
  cursor: pointer;
  position: absolute;
  left: 55.5%;
  bottom: 53px;
  opacity: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  transition: all 0.25s cubic-bezier(0, 1.05, .48, 1.12) 0s;
}

#video-frame .btn-play:hover {
  -webkit-filter: brightness(10);
  -ms-filter: brightness(10);
  -moz-filter: brightness(10);
  filter: brightness(10);
  transition: all 0.15s;
}

#video-frame .video-col:hover img.video-cover {
  /*filter: progid: DXImageTransform.Microsoft.Blur(pixelRadius=6, MakeShadow=false);
    -webkit-filter: blur(3px);
    -ms-filter: blur(3px);
    -moz-filter: blur(3px);
    filter: blur(3px);*/
}

#video-frame .video-col:hover .video-info {
  height: 105%;
}

#video-frame .video-col:hover .vi-time {
  left: 0;
  opacity: 1;
  transition: left 0.5s 0.1s, opacity 0.25s 0.1s;
}

#video-frame .video-col:hover .vi-title {
  left: 0;
  opacity: 1;
  transition: left 0.5s 0.2s, opacity 0.25s 0.2s;
}

#video-frame .video-col:hover .vi-length {
  left: 0;
  opacity: 1;
  transition: left 0.5s 0.3s, opacity 0.25s 0.3s;
}

#video-frame .video-col:hover .vi-version {
  left: 0;
  opacity: 1;
  transition: left 0.5s 0.4s, opacity 0.25s 0.4s;
}

#video-frame .video-col:hover .vi-text {
  left: 0;
  opacity: 1;
  transition: left 0.5s 0.5s, opacity 0.25s 0.5s;
}

#video-frame .video-col:hover .btn-play {
  transform: scale(0.5) translate(-136px, 0px);
  opacity: 1;
  transition: all 0.5s cubic-bezier(0, 1.05, .48, 1.12) 0.5s, filter 0.15s 0s;
}

#video-frame .video-col img.video-cover {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;
  object-fit: cover;
  overflow: hidden;
  transition: all 0.25s;
}

#section5 h1 {
  font-size: 2.15em;
  font-size: 3.2vmin;
  font-weight: 200;
  letter-spacing: 3px;
  letter-spacing: 0.3vmin;
  text-transform: uppercase;
  text-align: right;
}

#section5 p {
  font-size: 1.25em;
  font-size: 1.86vmin;
  font-weight: 400;
  color: #999;
  text-align: right;
}

#text51 {
  position: absolute;
  right: 14.95vw;
  top: 22.4vh;
}

#text52 {
  position: absolute;
  right: 14.95vw;
  top: 30.2vh;
}

#text53 {
  position: absolute;
  right: 14.95vw;
  top: 33.6vh;
}

#text54 {
  position: absolute;
  right: 14.95vw;
  top: 37.1vh;
}

#text55 {
  position: absolute;
  right: 14.95vw;
  top: 40.1vh;
}

#line51 {
  position: absolute;
  background: rgba(45, 89, 238, 0.9);
  height: 17.4vh;
  width: 0.3vmin;
  left: 10vw;
  top: 75px;
}

#line52 {
  position: absolute;
  background: rgba(45, 89, 238, 0.9);
  height: 1vmin;
  width: 100vw;
  left: 0;
  bottom: 0;
}

#line53 {
  position: absolute;
  background: rgba(45, 89, 238, 0.9);
  width: 5.7vw;
  height: 0.4vmin;
  right: 14.95vw;
  top: 47.7vh;
}

#section6 .intro h1 {
  color: #2e5aef;
  font-size: 1.93em;
  font-weight: 400;
  letter-spacing: 0.12em;
  left: 0.06em;
  text-transform: uppercase;
}

#section6 .intro p {
  color: #999;
  font-size: 0.95em;
  line-height: 1.5em;
  font-weight: 400;
}

#section6 .intro p a {
  text-decoration: none;
  color: #999;
}

#section6 .intro p a:hover {
  color: #fff;
}

#icon61 {
  margin: 4vh 0 6vh 0;
}

#icon61 i {
  padding: 0 5px;
  color: #2e5aef;
  font-size: 36px;
  line-height: 36px;
  transition: color 0.15s ease-in;
  cursor: pointer;
}

#icon61 i:hover {
  color: #fff;
}

#text61 {
  margin: 1vh;
}

#text62 {
  margin: 1vh;
}

#text63 {
  color: #ccc!important;
  font-size: 1.35em!important;
  letter-spacing: 0.5em;
  left: 0.25em;
  margin: 2vh 0 4vh 0;
}

#text64 {
  margin: 1vh 0 1.5vh;
}

#text65 {
  margin: 1.5vh;
}

#text66 {
  margin: 1.5vh;
}

#line61 {
  background: rgba(45, 89, 238, 0.9);
  width: 30vw;
  height: 2px;
  margin: 3vh auto;
}

#line62 {
  position: absolute;
  background: rgba(45, 89, 238, 0.9);
  height: 1vmin;
  width: 100vw;
  left: 0;
  bottom: 0;
  z-index: 99;
}

#image61 {
  width: 120px;
  margin: 0.5vh;
  background: rgba(0, 0, 0, 0.7);
}

@media (max-width: 768px) {
  #modalVideo {
    display: none;
  }
  #text112 {
    position: relative;
    left: calc(-0.81em);
    top: calc(-0.40vmin);
  }
}


/*--------------sdk page start----------------*/

.min940 {
  width: 100%;
  min-width: 940px;
  min-width: 1440px;
}

.min1240 {
  width: 100%;
  min-width: 1240px;
  min-width: 1440px;
}

.min1360 {
  width: 100%;
  min-width: 1360px;
  min-width: 1440px;
}

.min1420 {
  width: 100%;
  min-width: 1420px;
  min-width: 1600px;
}

.min1590 {
  width: 100%;
  min-width: 1590px;
  min-width: 1800px;
}

#main {
  display: block;
  position: relative;
  margin: 0 auto;
}

#section21,
#section22,
#section23,
#section24,
#section25 {
  width: 1590px;
  margin: 0 auto;
}

.fixedfooter {
  text-align: center;
  position: relative;
}

.fixedfooter #footer {
  height: 234px;
  position: relative;
}

.fixedfooter .bottomnavlk {
  top: 0px;
}

#linebtm {
  position: relative;
  background: rgba(45, 89, 238, 0.9);
  height: 10px;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 99;
}

#section21b {
  background: url(../image/bg21.jpg);
  background-size: cover;
  height: 730px;
}

#image-211 {
  display: block;
  height: 94px;
  margin: 160px auto 45px;
}

#text-211,
#text-212,
#text-213 {
  display: inline-block;
  vertical-align: middle;
  font-size: 3.2em;
  margin: 0 8px 140px;
}

#text-211 span {
  color: #2e5aef;
  border-radius: 3px;
  background: white;
  padding: 0px 6px;
  margin: 0 10px 20px;
}

#text-212 {
  font-size: 4.3em;
  font-weight: 400;
  text-shadow: 5px 0 1px #332efa;
}

#text-213 {
  font-weight: 200;
  font-size: 2.5em;
  letter-spacing: 6px;
}

#text-214 {
  margin-bottom: 50px;
}

#text-214 a {
  font-weight: 200;
  font-size: 1.5em;
  letter-spacing: 2px;
  border: solid 2px #ffffff;
  border-radius: 3px;
  padding: 9.5px 30px;
}

#text-214 a:before {
  top: 1px!important;
  font-size: 1.2em;
}

#text-215 {
  font-weight: 200;
  font-size: 1.25em;
  color: #aaa;
  letter-spacing: 1px;
  text-transform: uppercase;
}

#section22b {
  background: #ebebeb;
  height: 284px;
}

#text-22left {
  float: left;
  text-align: left;
  width: 456px;
}

#text-221 {
  font-weight: 400;
  font-size: 3.1em;
  color: #2e5aef;
  margin: 57px 0 28px 86px;
  letter-spacing: 3px;
  display: block;
}

#text-222 {
  margin: 0px 0 0 86px;
  padding: 40px 0;
}

#text-222 span {
  font-weight: 400;
  font-size: 1.41em;
  color: #444;
  letter-spacing: 1px;
  border-top: 2px solid #999;
  padding-top: 40px;
}

#text-22right {
  float: right;
  margin: 0 57px 0 0;
  width: 745px;
}

#text-22right ul {
  margin: 0;
  padding: 0;
}

#text-22right ul li {
  display: inline-block;
  margin: 80px 37px;
  width: 108px;
}

#text-22right img {
  height: 118px;
}

#section23b {
  background: url(../image/bg23.jpg);
  background-size: cover;
  height: 480px;
}

#text-23left {
  float: left;
  text-align: left;
  text-transform: uppercase;
}

#text-231 {
  font-weight: 600;
  font-size: 3.9em;
  color: #fff;
  margin: 132px 0 24px 86px;
  letter-spacing: 1px;
  display: block;
}

#text-232 {
  margin: 0px 0 0 86px;
  padding: 0 0 50px 0;
}

#text-232 span {
  font-weight: 200;
  font-size: 2.4em;
  color: #fff;
  letter-spacing: 2px;
  border-bottom: 5px solid rgba(255, 255, 255, 0.3);
  padding-bottom: 43px;
}

#section24b {
  background: white;
  /*height: 946px;*/
  border-bottom: 10px solid #2e5aef;
}

#text-24left {
  float: left;
  text-align: left;
  text-transform: uppercase;
}

#text-241 {
  font-weight: 400;
  font-size: 2.85em;
  color: #000;
  margin: 126px 0 41px 86px;
  letter-spacing: 3px;
  display: block;
}

#line-241 {
  border-top: 5px solid #2e5aef;
  margin: 0 0 24px 84px;
  width: 108px;
}

#text-24right {
  float: right;
  margin: 125px 0 0;
  text-align: left;
  width: 1010px;
}

#text-242 {
  font-weight: 400;
  font-size: 1.65em;
  color: #999;
  margin: 0;
  letter-spacing: 1px;
  line-height: 1.75em;
  display: block;
  padding-right: 45px;
}

#line-242 {
  border-bottom: 2px solid #2e5aef;
  margin: 0 0 160px 0;
  padding-bottom: 100px;
  width: 100%;
  clear: both;
}

#text-24down {
  margin: 0 86px;
}

#text-24down ul {
  margin: 0;
  padding: 0;
}

#text-24down ul li {
  float: left;
  list-style: none;
  display: inline-block;
  margin-bottom: 120px;
}

#text-24down ul li:nth-of-type(odd) {
    clear:both;
}

#text-24down ul li:nth-of-type(even) {
    float: right;
}

#text-24downleft1,
#text-24downleft2 {
  float: left;
}

#text-24downright1,
#text-24downright2 {
  float: left;
  text-align: left;
  margin-left: 71px;
  width: 375px;
}

#text-243,
#text-245 {
  font-weight: 400;
  color: #2e5aef;
  font-size: 2.55em;
  line-height: 2.4em;
  text-transform: uppercase;
}

#text-244,
#text-246 {
  margin: 8px 0 0 0;
  padding: 0;
  font-size: 1.4em;
  line-height: 1.55em;
  color: #999;
}

.image-241frame {
  display: inline-block;
  width: 158px;
  height: 158px;
  background: #ebebeb;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.25s;
}

.image-241frame img {
  transition: all 0.15s;
  width: 100%;
}

.image-241frame:hover {
  background: #2e5aef;
}

.image-241frame:hover img {
  -webkit-filter: brightness(10);
  -ms-filter: brightness(10);
  -moz-filter: brightness(10);
  filter: brightness(10);
}

#section25b {
  background: white;
  height: 2053px;
}

#text-25up {
  float: left;
  text-align: left;
  width: 100%;
  margin-bottom: 75px;
}

#text-251 {
  font-weight: 400;
  font-size: 2.95em;
  color: #000;
  margin: 160px 0 12px 86px;
  display: block;
}

#text-252 {
  font-weight: 400;
  font-size: 1.85em;
  color: #444;
  margin: 0 0 58px 86px;
  display: block;
  letter-spacing: 2px;
}

#line-251 {
  border-top: 5px solid #2e5aef;
  margin: 0 0 24px 84px;
  width: 108px;
  clear: both;
}

#text-25down {
  margin: 0;
}

#text-25down ul {
  margin: 0 6px;
  padding: 0;
  text-align: left;
}

#text-25down ul li {
  list-style: none;
  text-align: left;
  margin: 40px 60px;
  width: 400px;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

.text-253 {
  font-weight: 600;
  color: #000;
  font-size: 1.7em;
  line-height: 1.4em;
  text-transform: uppercase;
  margin: 8px 0 44px 20px!important;
}

.text-254 {
  margin: 8px 0 0 20px!important;
  padding: 0!important;
  font-size: 1.15em!important;
  line-height: 1.7em!important;
  color: #999!important;
}

.image-251frame {
  display: inline-block;
  width: 100px;
  height: 100px;
  background: transparent;
  border-radius: 50%;
  overflow: hidden;
  margin: 0 0 0 6px;
  transition: all 0.25s;
}

.image-251frame img {
  transition: all 0.15s;
  width: 100%;
}

.image-241frame svg,
.image-251frame svg {
  fill: #2e5aef;
  transition: all 0.25s;
}

.image-251frame:hover {
  background: #2e5aef;
  /*#2e5aef;*/
}

.image-251frame:hover img {
  -webkit-filter: brightness(10);
  -ms-filter: brightness(10);
  -moz-filter: brightness(10);
  filter: brightness(10);
}

.image-241frame:hover svg,
.image-251frame:hover svg {
  fill: white;
}


/*--------------sdk page end----------------*/


/*--------------cloud page start----------------*/

#section31,
#section32,
#section33,
#section34,
#section35 {
  width: 1590px;
  margin: 0 auto;
}
#section31{
  padding: 60px 0px;
}
#section31b {
  background: url(../image/bg31.jpg);
  background-size: cover;
  min-height: 753px;
  height: auto;
}

#text-31left {
  float: left;
  text-align: left;
  width: 930px;
  width: 100%;
  margin: 70px auto 0;
}

#text-31right {
  float: right;
  text-align: center;
  width: 460px;
  margin: 128px 0 0 0;
}

p.login-box-tlt {
  font-size: 1.65em;
  letter-spacing: 2px;
  color: #fff;
  margin: 30px 0 8px;
  line-height: 1.9em;
}

p.login-box-msg {
  letter-spacing: 2px;
  color: #a4bdfc;
  font-size: 1.1em;
  line-height: 1.5em;
}

form#loginForm {
  margin-top: 20px;
}

#login-box-body{
  margin:45px 0;
  padding-bottom: 60px;
}

#login-box-body input::placeholder {
  color: rgba(255, 255, 255, 0.3);
  font-size: 1.2rem;
  font-weight: 100;
}

#login-box-body input,
#login-box-body a.framebtn {
  width: 370px;
  height: 50px;
  border-radius: 4px;
  border: 2px solid transparent;
  background: #2B2BE2;
  color: white;
  font-size: 1.35em;
  line-height: 1.35em;
  font-weight: 400;
  letter-spacing: 2px;
  padding: 5px 55px 5px 20px;
  margin: 11px 0;
}

#reg-btn-row {
  width: 370px;
  height: 125px;
  margin: 0 auto;
}

#login-box-body a.framebtn {
  width: auto;
  text-align: center;
  font-size: 1.3em;
  padding: 9px 20px;
  display: block;
  letter-spacing: 4px;
  float: left;
}
#login-box-body a.framebtn:after {
    content: "\f105";
    font-size: 26px;
    font-size: 3vmin;
    vertical-align: bottom;
    color: #ffffff;
    position: relative;
    left: 8px;
    font-family: FontAwesome;
}
#login-box-body a.framebtn:hover {
  background: rgba(46, 46, 253, 0.7);
}
#login-box-body a.framebtn:hover {
    background: rgba(43, 43, 226, 0.4);
    border: 2px solid rgba(255, 255, 255, 0.3);
}
#login-box-body .solidbtn {
  width: 125px;
  height: 50px;
  border: 2px solid transparent;
  border-radius: 3px;
  text-align: center;
  background: #2b2be2;
  color: white;
  font-size: 1.3em;
  line-height: 1.35em;
  padding: 9px 20px;
  display: block;
  letter-spacing: 4px;
  margin: 11px 0;
  cursor: pointer;
  transition: all 0.25s;
}

#login-box-body .solidbtn:hover {
  border: 2px solid rgba(255, 255, 255, 0.3);
  background: rgba(46, 46, 253, 0.7);
}

#login-box-body #submit {
  float: right;
}

#login-box-body #dld-sdk.solidbtn {
  width: 370px;
  margin: 11px auto;
  letter-spacing: 0;
  font-weight: 200;
}

#forgetpw {
  float: right;
  font-size: 1.1rem;
  letter-spacing: 2px;
  clear: both;
  color: #a4bdfc;
  width: 125px;
}

#login-box-body input#email {
  background: url(../image/input-un.svg) no-repeat;
  background-position: center right;
  background-size: 60px 50px;
}

#login-box-body input#password {
  background: url(../image/input-pw.svg) no-repeat;
  background-position: center right;
  background-size: 60px 50px;
}

#image-311 {
  display: block;
  height: 85px;
  width: 85px;
}

#text-311 {
  font-weight: 200;
  font-size: 1.75em;
  color: #fff;
  margin: 38px 0 0 0;
  letter-spacing: 2px;
  display: block;
}

#text-312 {
  font-weight: 400;
  font-size: 1.05em;
  line-height: 1.8em;
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 1px;
}

#line-311 {
  border-bottom: 2px solid #fff;
  margin: 34px 0;
  width: 48px;
  clear: both;
}

#text-32left {
  text-align: left;
  margin: 85px 16px 0;
  border-left: 5px solid #2e5aef;
  padding: 5px 57px;
  height: 105px;
}

#text-321 {
  font-size: 2.6rem;
  font-weight: 400;
  letter-spacing: 8px;
  margin: -8px 0 0;
}

p#text-322 {
  font-size: 2.1rem;
  line-height: 1.5rem;
  margin: 20px 0 0;
  color: rgba(255, 255, 255, 0.5);
}

#section32b {
  background: url(../image/bg32.jpg);
  background-size: cover;
  height: 275px;
}

#section33b {
  background: white;
  /*height: 658px;*/
}

#section33 ul {
  margin: 150px 0 0 170px;
}

#section33 ul li {
  width: 500px;
  float: left;
  text-align: left;
  margin-bottom: 120px;
}

#section33 ul li:nth-of-type(odd) {
    clear:both;
}

#section33 ul li:nth-of-type(even) {
    float: right;
}

.image-331frame {
  display: inline-block;
  width: 128px;
  height: 128px;
  background: #ebebeb;
  border-radius: 50%;
  overflow: hidden;
  transition: all 0.25s;
}

.image-331frame img {
  transition: all 0.15s;
  width: 100%;
}

.image-331frame:hover {
  background: #2e5aef;
}

.image-331frame:hover img {
  -webkit-filter: brightness(10);
  -ms-filter: brightness(10);
  -moz-filter: brightness(10);
  filter: brightness(10);
}

#text-331,
#text-333 {
  color: #000;
  font-size: 2.23em;
  font-weight: 600;
  letter-spacing: 3px;
  margin: 55px 0 45px 0;
}

#text-332,
#text-334 {
  font-size: 1.4em;
  line-height: 1.9em;
  letter-spacing: 1px;
}

#section34b {
  background: url(../image/bg23.jpg);
  background-size: cover;
  height: 328px;
}

#text-341 {
  float: left;
  font-size: 4em;
  line-height: 80px;
  text-transform: uppercase;
  margin: 67px 19px 10px;
}

#text-342 {
  float: left;
  clear: both;
  color: white;
  font-size: 2.4em;
  line-height: 40px;
  text-transform: uppercase;
  margin: 10px 19px;
  letter-spacing: 2px;
  padding-bottom: 44px;
  border-bottom: 5px solid #6085f7;
}

#section35b {
  background: white;
  height: 1080px;
}

#text-351 {
  color: #000;
  font-weight: 400;
  font-size: 2.56em;
  margin: 93px auto 20px;
  letter-spacing: 1px;
  padding: 28px;
  border-bottom: 2px solid #b1b1b1;
}

#text-352 {
  color: #565656;
  font-size: 1.1em;
  letter-spacing: 1px;
  line-height: 44px;
}

#price-table {
  padding: 120px 40px 0 100px;
}

#price-table li {
  width: 254px;
  text-align: left;
  float: left;
  margin-right: 140px;
}

#price-table li:last-child {
  margin-right: 0;
}

#price-table li li {
  float: none;
}

#price-table img {
  height: 72px;
  width: 72px;
  margin-bottom: 62px;
}

p.pri-tlt-en {
  color: rgba(0, 0, 0, 0.6);
  line-height: 20px;
  margin-bottom: 7px;
}

h1.pri-tlt-cn {
  color: #000;
  font-size: 1.8em;
  font-weight: 400;
  letter-spacing: 2px;
}

.pri-line1 {
  width: 28px;
  height: 4px;
  margin: 32px 0;
  background: #a4bdfc;
}

.pri-line2 {
  width: 28px;
  height: 4px;
  margin: 32px 0;
  background: #4d77ef;
}

.pri-line3 {
  width: 28px;
  height: 4px;
  margin: 32px 0;
  background: #3030f7;
}

.pri-line4 {
  width: 28px;
  height: 4px;
  margin: 32px 0;
  background: #102299;
}

#pri-info {
  list-style-type: square;
  font-size: 11px;
  height: 120px;
}

#pri-info li {
  color: #666;
  line-height: 1.85rem;
}

#pri-info li span {
  font-size: 1.47em;
  vertical-align: middle;
  color: #5d5d5d;
}

h1.pri-sale {
  color: #6085f7;
  font-size: 1.45em;
  font-weight: 400;
  padding: 21px 0;
  margin: 72px 0;
  border-top: 2px solid #b1b1b1;
  letter-spacing: 1px;
}


/*--------------cloud page start----------------*/


/*--------------documents page start----------------*/

#section41,
#section42 {
  width: 1590px;
  margin: 0 auto;
}

#section41b {
  background: url(../image/bg41.jpg);
  background-size: cover;
  height: 370px;
}

#section42b {
  background: white;
  padding: 120px 0;
  border-top: 10px solid #2e5aef;
}

#text-41left {
  text-align: left;
  margin: 120px 0 0;
  border-left: 5px solid #2e5aef;
  padding: 5px 0 0 0px;
  height: 132px;
}

#text-41left_EN {
  text-align: left;
  margin: 120px 0 0;
  border-left: 5px solid #2e5aef;
  padding: 5px 0 0 0px;
  height: 140px;
}

#text-411 {
  font-size: 1.3rem;
  font-weight: 400;
  color: #2e5aef;
  letter-spacing: 2px;
  margin: -8px 0 0;
  padding: 0 129px;
  float: left;
  width: 320px;
  height: 135px;
  text-align: center;
}

#text-412 {
  font-size: 2rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 2rem;
  margin: -8px 0 18px;
  color: #2e5aef;
}

p#text-413 {
  font-size: 1.15rem;
  line-height: 3rem;
  letter-spacing: 1px;
  margin: 20px 0 -17px;
  color: rgba(255, 255, 255, 0.5);
}


p#text-413_EN {
  font-size: 1.15rem;
  line-height: 2rem;
  letter-spacing: 1px;
  margin: 0 0 0 0;
  color: rgba(255, 255, 255, 0.5);
}

#text-42left {
  text-align: left;
  width: 330px;
  float: left;
}

#text-42right {
  text-align: left;
  width: 1250px;
  float: right;
}

.doc-article {
  max-width: 935px;
  text-align: left;
}

.doc-article h1,
.doc-article h2,
.doc-article h3,
.doc-article p,
.doc-article blockquote,
.doc-article img,
.doc-article ul,
.doc-article ol,
.doc-article hr,
.doc-article *:before,
.doc-article *:after {
  text-decoration: none;
  border-radius: 0;
  margin: 30px 0;
  padding: 0;
  font-family: Arial, helvetica, 'Microsoft Yahei', 'Pingfang SC', 'WenQuanYi Zen Hei', sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #666;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.doc-article h1 {
  font-size: 1.55em;
  color: #000;
  letter-spacing: 1px;
}

.doc-article h1:before {
  content: " ";
  width: 75px;
  height: 4px;
  display: block;
  margin-top: -15px;
  background: #2e5aef;
}

.doc-article h2 {
  font-size: 1.25em;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
}

.doc-article h3 {
  font-size: 1.1em;
  font-weight: 400;
  color: #2e5aef;
  text-transform: uppercase;
  padding-top: 30px;
}

.doc-article p {
  color: #333;
  line-height: 2.6em;
}

.doc-article a {
  color: #2e5aef;
}

.doc-article img {
  /*border-right: 5px solid #2e5aef;*/
  max-width: 100%;
  max-height: 100%;
  margin: 0;
}

.doc-article hr {
  border: none;
  border-top: 2px solid #2e5aef;
}

.doc-article blockquote {
  border-left: 5px solid #2e5aef;
  padding-left: 36px;
}

.doc-article blockquote:after {
  content: " ";
  display: block;
  background: url(../image/logo-quote.svg) no-repeat;
  background-size: cover;
  width: 150px;
  height: 40px;
}

.doc-article ul {
  color: #2e5aef;
  font-size: 11px;
}

.doc-article ul li {
  list-style-type: none;
  padding-left: 22px;
  font-size: 1.4em;
  line-height: 2.6em;
  color: #666;
}

.doc-article ul li:before {
  content: " ";
  background: #2e5aef;
  width: 4px;
  height: 4px;
  float: left;
  margin: 17px 0 0 -22px;
}


/*--------------documents page end----------------*/


/*--------------download page start----------------*/

#section51,
#section52 {
  width: 1240px;
  margin: 0 auto;
}

#section51b {
  background: white;
  height: 890px;
  border-top: 10px solid #2e5aef;
}

#section52b {
  background: white;
  padding-bottom: 150px;
}

#text-51left {
  float: left;
  text-align: left;
  width: 456px;
  margin: 200px auto 0;
}

#text-51right {
  float: right;
  text-align: left;
  width: 620px;
  margin: 200px 5px 0 0;
}

#text-51right a {
  margin: 0 36px 0 0;
}

#image-511 {
  display: block;
  height: 366px;
}

#line-511 {
  border-bottom: 4px solid #2e5aef;
  margin: 0 0 78px 0;
  width: 98px;
  clear: both;
}

#text-511 {
  font-weight: 600;
  /*text-transform: uppercase;*/
  font-size: 3.4em;
  color: #000;
  display: block;
  margin-bottom: 46px;
}

#text-512 {
  font-weight: 400;
  font-size: 1.52em;
  line-height: 1.7em;
  color: #000;
  display: block;
  margin-bottom: 75px;
}

#text-513 {
  font-weight: 400;
  font-size: 1em;
  line-height: 2em;
  color: #999;
  margin: 77px 0 12px 0;
  display: block;
  letter-spacing: 1px;
}


/*--------------download page end----------------*/


/*--------------videolist page start----------------*/

#section71,
#section71 {
  width: 1420px;
  margin: 0 auto;
}

#section71b {
  background: #090909;
  height: 566px;
}

#section72b {
  background: #090909;
  padding: 0;
}

#text-71left {
  text-align: left;
  margin: 172px 0 0;
  border-left: 5px solid #2e5aef;
  padding: 5px 0 0 42px;
  height: 215px;
}

#text-711 {
  font-size: 3.1rem;
  font-weight: 600;
  color: #ffffff;
  letter-spacing: 3px;
  margin: -12px 0 0;
  text-align: left;
  text-transform: uppercase;
}

#text-712 {
  font-size: 1.3rem;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 2rem;
  margin: 48px 0 0;
  color: #2e5aef;
}

#text-713 {
  font-size: 2.15rem;
  line-height: 3rem;
  font-weight: 400;
  letter-spacing: 5px;
  margin: 0 0 -17px;
  color: #fff;
}

#text-714 {
  font-size: 1.45rem;
  line-height: 3rem;
  letter-spacing: 1px;
  margin: 17px 0 -17px;
  color: #2e5aef;
}

ul#video-frame.video-list {
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 1420px;
  height: 100%;
  clear: both;
  -webkit-transform: translateY(0%);
  -moz-transform: translateY(0%);
  transform: translateY(0%);
}

ul#video-frame li.video-col {
  width: 25%;
  height: 360px;
}

ul#video-frame li.video-col:before {
  content: " ";
  position: relative;
  display: block;
  background: url(../image/logo.svg) no-repeat;
  background-size: cover;
  width: 30px;
  height: 30px;
  top: 40px;
  left: 40px;
  z-index: 9;
  margin-bottom: -30px;
}

ul#video-frame.video-list .btn-play {
  top: 40%;
  left: 55%;
}

ul#video-frame.video-list .vi-title {
  margin: 280px 40px 0;
  border-left: 3px solid #2e5aef;
  padding-left: 18px;
}

ul#video-frame.video-list .vi-text {
  margin: 0 40px;
  border-left: 3px solid #2e5aef;
  padding-left: 18px;
  padding-top: 5px;
  font-size: 0.9em;
  color: #999;
}

ul#video-frame.video-list .video-col:hover .vi-text {
  left: 0;
  opacity: 1;
  transition: left 0.5s 0.2s, opacity 0.25s 0.2s;
}

#line-72 {
  border-bottom: 2px solid #2e5aef;
  margin: 0 auto 49px;
  padding-bottom: 95px;
  width: 1420px;
  clear: both;
}

#text-721 {
  color: #2e5aef;
  font-size: 1.55em;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 86px;
}


/*--------------videolist page end----------------*/


/*--------------contact page start----------------*/

#section81,
#section82,
#section83 {
  width: 1360px;
  margin: 0 auto;
}

#section81b {
  background: url(../image/bg0.jpg);
  background-size: cover;
  height: 296px;
}

.shadow81 {
  float: left;
  position: absolute;
  background: rgba(0, 0, 0, 0.3);
  width: 100%;
  height: 296px;
  top: 0;
  left: 0;
}

#text-81left {
  text-align: left;
  margin: 94px 0 0;
  border-left: 5px solid #2e5aef;
  padding: 5px 0 0 60px;
  height: 128px;
}

#dot-81 {
  display: block;
  background: #fff;
  width: 5px;
  height: 5px;
  margin: -2px 0 12px 0;
}

#text-811 {
  font-size: 1.95rem;
  line-height: 3rem;
  font-weight: 600;
  letter-spacing: 2px;
  margin: 0 0 -17px;
  color: #fff;
  text-transform: uppercase;
}

#text-812 {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 400;
  letter-spacing: 5px;
  margin: 28px 0 0;
  color: #fff;
}

#section82b {
  background: #000;
  padding: 120px 0;
  height: 430px;
}

#section82b img {
  height: 75px;
}

#section82b ul {
  padding: 0 140px;
  width: 1360px;
}

#section82b ul li {
  float: left;
  width: 360px;
  padding-top: 6px;
}

h1.text-821 {
  font-size: 1.25rem;
  font-weight: 400;
  padding: 26px 0 24px 0;
}

p.text-822 {
  font-size: 1.1em;
  letter-spacing: 1px;
}

p.text-822 a {
  color: #999;
}

p.text-822 a:hover {
  color: #fff;
}

#section83b {
  background: url(../image/bg83.jpg);
  background-size: cover;
  height: 416px;
}

#text-831 {
  font-size: 1.7rem;
  font-weight: 400;
  letter-spacing: 1px;
  padding: 72px 0 24px;
}

#text-832 {
  padding: 8px 0 62px;
}

#text-833 {
  font-size: 1.1em;
}


/*--------------contact page end----------------*/


/*--------------agreement page start----------------*/

#section91 {
  width: 940px;
  margin: 0 auto;
  padding: 90px 0 150px 0;
  overflow: visible;
}

#section91b {
  background: white;
  min-height: 800px;
  border-top: 10px solid #2e5aef;
}

#text-911 {
  font-size: 1.3rem;
  font-weight: 400;
  color: #2e5aef;
  letter-spacing: 2px;
  right: 192px;
  float: left;
}


/*--------------agreement page end----------------*/
